Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(@angular-devkit/build-angular): encapsulate Angular compilation within esbuild compiler plugin #24298

Merged

Conversation

clydin
Copy link
Member

@clydin clydin commented Nov 21, 2022

The creation of the esbuild Angular plugin's Angular compilation has now been consolidated in a separate class. This refactor reduces the amount of code within the plugin's main start function as well as centralizing initialization, analysis, and source file emitting for the Angular build process.

@clydin clydin added the target: minor This PR is targeted for the next minor release label Nov 21, 2022
…ion within esbuild compiler plugin

The creation of the esbuild Angular plugin's Angular compilation has now been consolidated in a separate
class. This refactor reduces the amount of code within the plugin's main start function as well as centralizing
initialization, analysis, and source file emitting for the Angular build process.
@clydin clydin force-pushed the esbuild/move-angular-host-creation branch from ff0c174 to 085da99 Compare November 21, 2022 20:50
@clydin clydin marked this pull request as ready for review November 21, 2022 21:11
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Nov 23, 2022
@angular-robot angular-robot bot merged commit ecd6ec4 into angular:main Nov 23, 2022
@clydin clydin deleted the esbuild/move-angular-host-creation branch November 23, 2022 13:32
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants